Creating a new project
To create a new project
1. click on the gear icon in the bottom left corner and choose "Command Palette..." or alternatively press Ctrl-Shift-P to open the command palette,
2. select the command "isCOBOL: create new COBOL project",
3. browse for the directory where your project will be stored.
The following folders will be created in the chosen directory:
Folder | Content |
|---|
cpy | COBOL copybooks |
list | list files |
output | compiled class files |
source | COBOL source files |
To open an exisiting project
1. click on File in the menu bar and choose "Open Folder..." or alternatively press Ctrl-K followed by Ctrl-O,
2. select the directory where you project is stored.